fix(ci): link e2e PR summary to Playwright artifact download (#1259) - #1539
fix(ci): link e2e PR summary to Playwright artifact download (#1259)#1539piyushbag wants to merge 1 commit into
Conversation
Wire upload-artifact artifact-url into the playwright-report-summary custom-info link so reviewers reach the HTML report zip directly.
08509b1 to
d0a4934
Compare
|
Closing: v1 is deprecated. Thank you for this contribution, and apologies for the long wait for a response. v1 will receive security fixes only. We reviewed every open v1 PR for security impact before closing — see the backlog triage in #1819 — and a small number were retained for a final If the underlying problem still exists in v2, we'd genuinely like to know. Please open an issue describing it against v2. Note that we accept external contributions as issues rather than pull requests — maintainers handle design and implementation through a prompt-driven workflow. See Thanks again for taking the time to contribute to the Inspector. |
Summary
Fix the Playwright e2e PR summary link so it downloads the uploaded HTML report artifact instead of the workflow run page.
id: playwright-reportto theactions/upload-artifact@v7step so its outputs are addressable.daun/playwright-report-summarycustom-infoat${{ steps.playwright-report.outputs.artifact-url }}(direct artifact zip URL per upload-artifact outputs).Fixes #1259
Test plan
.github/workflows/e2e_tests.ymlparses as YAML locally.